home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / IShield for Visual C++ 6.0 / DATA1.CAB / Main_Help_Files / GetRes.cnt (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-11-20  |  41.9 KB  |  705 lines

  1. :Base GetRes.hlp
  2. :Title Getting Results
  3. :Index Script Editor =Seditor.hlp
  4. :Index Interface Reference =Interfac.hlp
  5. :Index Visual Debugger =Debug.hlp
  6. :Link Seditor.hlp
  7. :Link Interfac.hlp
  8. :Link Debug.hlp
  9. 1 Setup Projects
  10. 2 Tell Me About...
  11. 2 How Do I...
  12. 3 Specify a folder for new setup projects=Specify_a_folder_for_new_setup_projects@GetRes.hlp>procedur
  13. 3 Copy a project or template as a new project=Copy_a_project_or_template_as_a_new_project@GetRes.hlp>procedur
  14. 3 Rename a project=Rename_a_project@GetRes.hlp>procedur
  15. 1 Setup Scripts
  16. 2 Overview: Setup Scripts=Overview_Setup_Scripts
  17. 2 Tell Me About...
  18. 3 Compiling the setup script=Compiling_the_setup_script
  19. 3 Debugging the setup script=Debugging_the_setup_script
  20. 3 Using the Function Wizard=Using_the_Function_Wizard
  21. 2 How Do I...
  22. 3 Modify the script that the Project Wizard generates=Modify_the_script_that_the_Project_Wizard_generates
  23. 3 Modify an existing script=Modify_an_existing_script
  24. 3 Create a script from scratch=Create_a_script_from_scratch
  25. 3 Create an include file=Create_a_new_include_file
  26. 3 Insert an existing script into my project=Insert_an_existing_script_into_my_project
  27. 1 Installing Files
  28. 2 Overview: Installing Files=Overview_Installing_Files
  29. 2 File Groups
  30. 3 Tell Me About...
  31. 4 Installing shared files=Installing_shared_files
  32. 4 Installing self-registering files=Installing_self_registering_files
  33. 4 Installing locked (in-use) files=Installing_locked_in_use_files
  34. 3 How Do I...
  35. 4 Create a file group=Create_a_new_file_group
  36. 4 Organize my files into file groups=Organize_my_files_into_file_groups
  37. 4 Mark application files as language dependent=Mark_application_files_as_language_dependent
  38. 4 Associate file groups with a component=Associate_file_groups_with_a_component
  39. 4 Install shared files as core components=Install_shared_files_as_core_components
  40. 4 Delete a file group=Delete_a_file_group
  41. 4 Delete a file from a file group=Delete_a_file_from_a_file_group
  42. 4 Leave files in a file group uncompressed=Leave_files_in_a_file_group_uncompressed
  43. 2 Components
  44. 3 Tell Me About...
  45. 4 Displaying icons in component dialogs=Displaying_icons_in_component_dialogs
  46. 3 How Do I...
  47. 4 Create a component or subcomponent=Create_a_new_component_or_subcomponent
  48. 4 Associate file groups with a component=Associate_file_groups_with_a_component
  49. 4 Associate components with a setup type=Associate_components_with_a_setup_type
  50. 4 Password-protect a component=Password_protect_a_component
  51. 4 Specify which folder I want uncompressed files to go in=Specify_which_folder_I_want_uncompressed_files_to_go_in
  52. 4 Get and validate a component or file media library's password=Get_and_validate_a_component_or_media_library_s_password
  53. 4 Display a component's description in a component dialog=Display_a_component_s_description_in_a_component_dialog
  54. 4 Display a message for each component in the progress indicator=Display_a_message_for_each_component_in_the_progress_indicator
  55. 4 Overwrite a file conditionally, based on version or date=Overwrite_a_file_conditionally_based_on_version_or_date
  56. 4 Delete a component=Delete_a_component
  57. 4 Select the destination folder for a component=Select_the_destination_folder_for_a_component
  58. 4 Disassociate a file group from a component=Disassociate_a_file_group_from_a_component
  59. 4 Mark a component as critical, highly recommended, or standard=Mark_a_component_as_critical_highly_recommended_or_standard
  60. 4 Reorganize components in the Components pane=Reorganize_components_in_the_Components_pane
  61. 2 Setup Types
  62. 3 Tell Me About...
  63. 4 Getting setup type selection from the end user=Getting_setup_type_selection_from_the_end_user
  64. 3 How Do I...
  65. 4 Associate components with a setup type=Associate_components_with_a_setup_type
  66. 4 Create a setup type=Create_a_new_setup_type
  67. 4 Display text in the Description field of SdSetupTypeEx=Display_text_in_the_Description_field_of_SdSetupTypeEx
  68. 4 Display a different name for a setup type in SdSetupTypeEx=Display_a_different_name_for_a_setup_type_in_SdSetupTypeEx
  69. 2 Setup Script Function Calls
  70. 3 The InstallScript component functions=The_InstallScript_component_functions
  71. 3 The minimum function calls necessary to install component selections=The_minimum_function_calls_necessary_to_install_component_selections
  72. 3 Script-created component set vs. file media library=Script_created_component_set_vs._file_media_library
  73. 3 Specifying components and subcomponents in function calls=Specifying_components_and_subcomponents_in_function_calls
  74. 3 Installing shared files with XCopyFile and VerUpdateFile=Installing_shared_files_with_XCopyFile_and_VerUpdateFile
  75. 3 Installing self-registering files with XCopyFile and VerUpdateFile=Installing_self_registering_files_with_XCopyFile_and_VerUpdateFile
  76. 3 Installing locked files with XCopyFile and VerUpdateFile=Installing_locked_files_with_XCopyFile_and_VerUpdateFile
  77. 1 Network Installations
  78. 2 Overview: Network Installations=Overview_Network_Installations
  79. 2 Tell Me About...
  80. 3 Running setup from a network server=Running_setup_from_a_network_server
  81. 3 InstallShield Silent
  82. 4 InstallShield Silent=InstallShield_Silent
  83. 4 Create the setup=Create_the_setup
  84. 4 Create the response file=Create_the_response_file
  85. 4 Play back the silent installation=Play_back_the_silent_installation
  86. 4 Check for errors=Setup_log
  87. 2 How Do I...
  88. 3 Specify UNC paths in my setup script=Specify_UNC_paths_in_my_setup_script
  89. 3 Get or set information in a remote registry=Get_or_set_information_in_a_remote_registry
  90. 3 Create a setup .mif file=Create_a_setup_mif_file
  91. 1 The Registry
  92. 2 Overview: The Registry=Overview_The_Registry
  93. 2 Tell Me About...
  94. 3 The 32-bit registry=The_32_bit_registry
  95. 3 The 16-bit registration database=The_16_bit_registration_database
  96. 3 The registry: 16- vs. 32-bit=The_registry_16_vs_32_bit
  97. 3 The special registry-related functions=The_special_registry_related_functions
  98. 3 The general registry-related functions=The_general_registry_related_functions
  99. 3 The remote registry functions=The_remote_registry_functions
  100. 3 Modifying the registration database with 16-bit InstallShield=Modifying_the_registration_database_with_16_bit_InstallShield
  101. 3 Modifying the registration database with 32-bit InstallShield=Modifying_the_registration_database_with_32_bit_InstallShield
  102. 3 Modifying the registry with 16-bit InstallShield=Modifying_the_registry_with_16_bit_InstallShield
  103. 3 Modifying the registry with 32-bit InstallShield=Modifying_the_registry_with_32_bit_InstallShield
  104. 3 The primary registry functions=The_primary_registry_functions
  105. 3 How Windows NT security permissions affect a setup=How_Windows_NT_security_permissions_affect_a_setup
  106. 2 How Do I...
  107. 3 Check whether a key exists=Check_whether_a_key_exists
  108. 3 Create registry keys=Create_registry_keys
  109. 3 Delete registry keys=Delete_registry_keys
  110. 3 Get information from the registry=Get_information_from_the_registry
  111. 3 Set information in the registry=Set_information_in_the_registry
  112. 3 Delete a key's value=Delete_a_key_s_value
  113. 3 Get or set information in a remote registry=Get_or_set_information_in_a_remote_registry
  114. 3 Register file extensions=Register_file_extensions
  115. 3 Merge registration (.reg) files=Merge_registration_reg_files
  116. 3 Enter a hexadecimal (type DWORD) value into the registry=Enter_a_hexadecimal_type_DWORD_value_into_the_registry
  117. 3 Set or get multi-line strings in the Windows NT registry=Set_or_get_multi_line_strings_in_the_Windows_NT_registry
  118. 3 Set an environment variable under Windows NT=Set_an_environment_variable_under_Windows_NT
  119. 1 Handling Files and Folders During Setup
  120. 2 Overview: Handling Files and Folders During Setup=Overview_Handling_Files_and_Folders_During_Setup
  121. 2 Basic File Management
  122. 3 Tell Me About...
  123. 4 The InstallScript basic file management functions=The_InstallScript_basic_file_management_functions
  124. 4 Installing shared files with XCopyFile and VerUpdateFile=Installing_shared_files_with_XCopyFile_and_VerUpdateFile
  125. 4 Installing self-registering files with XCopyFile and VerUpdateFile=Installing_self_registering_files_with_XCopyFile_and_VerUpdateFile
  126. 4 Installing locked files with XCopyFile and VerUpdateFile=Installing_locked_files_with_XCopyFile_and_VerUpdateFile
  127. 3 How Do I...
  128. 4 Copy files=Copy_files
  129. 4 Delete a file=Delete_a_file
  130. 4 Rename a file=Rename_a_file
  131. 4 Find files=Find_files
  132. 4 Get a file's attributes=Get_a_file_s_attributes
  133. 4 Set a file's attributes=Set_a_file_s_attributes
  134. 2 Text Files
  135. 3 Overview: Working with Text Files=Overview_Working_with_Text_Files
  136. 3 Tell Me About...
  137. 4 The InstallScript functions for working with text files=The_InstallScript_functions_for_working_with_text_files
  138. 4 Setting a text file's mode=Setting_a_text_file_s_mode
  139. 4 Creating a text file=Creating_a_new_text_file
  140. 4 Opening a text file=Opening_a_text_file
  141. 4 Reading from a text file=Reading_from_a_text_file
  142. 4 Writing to a text file=Writing_to_a_text_file
  143. 4 Closing a text file=Closing_a_text_file
  144. 4 The InstallScript functions for manipulating strings=The_InstallScript_functions_for_manipulating_strings
  145. 4 Comparing strings=Comparing_strings
  146. 3 How Do I...
  147. 4 Compare a file's size, date or version=Compare_a_file_s_size_date_or_version
  148. 4 Search for a string in a text file=Search_for_a_string_in_a_text_file
  149. 4 Insert a line into a text file=Insert_a_line_into_a_text_file
  150. 4 Delete lines in a text file=Delete_lines_in_a_text_file
  151. 4 Replace a line in a text file=Replace_a_line_in_a_text_file
  152. 4 Convert a string to a number=Convert_a_string_to_a_number
  153. 4 Convert a number to a string=Convert_a_number_to_a_string
  154. 4 Change the case of a string=Change_the_case_of_a_string
  155. 4 Find a string within another string=Find_a_string_within_another_string
  156. 4 Find a string's length=Find_a_string_s_length
  157. 4 Retrieve a substring from a string=Retrieve_a_substring_from_a_string
  158. 4 Parse a string=Parse_a_string
  159. 4 Remove a trailing backslash from a path string=Remove_a_trailing_backslash_from_a_path_string
  160. 2 Binary Files
  161. 3 Overview: Working with Binary Files=Overview_Working_with_Binary_Files
  162. 3 Tell Me About...
  163. 4 The InstallScript functions for working with binary files=The_InstallScript_functions_for_working_with_binary_files
  164. 4 Setting a binary file's mode=Setting_a_binary_file_s_mode
  165. 4 Creating a binary file=Creating_a_binary_file
  166. 4 Opening a binary file=Opening_a_binary_file
  167. 4 Reading from a binary file=Reading_from_a_binary_file
  168. 4 Writing to a binary file=Writing_to_a_binary_file
  169. 4 Closing a binary file=Closing_a_binary_file
  170. 3 How Do I...
  171. 4 Move the file pointer=Move_the_file_pointer
  172. 4 Get a byte from a string=Get_a_byte_from_a_string
  173. 4 Set a byte in a string=Set_a_byte_in_a_string
  174. 2 Folders and Paths
  175. 3 Tell Me About...
  176. 4 The InstallScript functions for handling folders and paths=The_InstallScript_functions_for_handling_folders_and_paths
  177. 4 The InstallScript functions for working with the path buffer=The_InstallScript_functions_for_working_with_the_path_buffer
  178. 4 Long file names=Long_file_names
  179. 3 How Do I...
  180. 4 Create a folder=Create_a_folder
  181. 4 Delete a folder=Delete_a_folder
  182. 4 Make a folder the current folder=Make_a_folder_the_current_folder
  183. 4 Check if a folder exists=Check_if_a_folder_exists
  184. 4 Check if a drive exists=Check_if_a_drive_exists
  185. 4 Find a folder=Find_a_folder
  186. 4 Parse a path or file name=Parse_a_path_or_file_name
  187. 4 Get the amount of free disk space=Get_the_amount_of_free_disk_space
  188. 4 Find all drives on the target system=Find_all_drives_on_the_target_system
  189. 2 Batch (.bat) Files
  190. 3 Overview: Working with Batch Files=Overview_Working_with_Batch_Files
  191. 3 Tell Me About...
  192. 4 Autoexec.bat=Autoexec_bat
  193. 4 The InstallScript Ez batch file functions=The_InstallScript_Ez_batch_file_functions
  194. 4 The InstallScript advanced batch file functions=The_InstallScript_advanced_batch_file_functions
  195. 4 Share.exe and Vshare.386=Share_exe_and_Vshare_386
  196. 4 The default system batch file=The_default_batch_file
  197. 3 How Do I...
  198. 4 Load a batch file into memory=Load_a_batch_file_into_memory
  199. 4 Save changes to a batch file=Save_changes_to_a_batch_file
  200. 4 Add or modify an environment variable=Add_or_modify_an_environment_variable
  201. 4 Set an environment variable under Windows NT=Set_an_environment_variable_under_Windows_NT
  202. 4 Save a backup copy of a batch file=Save_a_backup_copy_of_a_batch_file
  203. 4 Delete lines in a batch file=Delete_lines_in_a_batch_file
  204. 2 Configuration (.sys) Files
  205. 3 Overview: Working with Configuration Files=Overview_Working_with_Configuration_Files
  206. 3 Tell Me About...
  207. 4 The InstallScript Ez configuration file functions=The_InstallScript_Ez_configuration_file_functions
  208. 4 The InstallScript advanced configuration file functions=The_InstallScript_advanced_configuration_file_functions
  209. 4 The default system configuration file=The_default_system_configuration_file
  210. 3 How Do I...
  211. 4 Load a configuration file into memory=Load_a_configuration_file_into_memory
  212. 4 Save a backup copy of Config.sys=Save_a_backup_copy_of_Config_sys
  213. 4 Get the name of the default Config.sys=Get_the_name_of_the_default_Config_sys
  214. 4 Change a numeric value in Config.sys=Change_a_numeric_value_in_Config_sys
  215. 4 Install a device driver=Install_a_device_driver
  216. 4 Check if a reference key exists=Check_if_a_reference_key_exists
  217. 2 Initialization (.ini) Files
  218. 3 Overview: Initialization Files=Overview_Initialization_Files
  219. 3 Tell Me About...
  220. 4 The InstallScript initialization file functions=The_InstallScript_initialization_file_functions
  221. 4 Uninstalling initialization (.ini) file entries=Uninstalling_initialization_ini_file_entries
  222. 4 Share.exe and Vshare.386=Share_exe_and_Vshare_386
  223. 4 Setup.ini=Setup_ini
  224. 3 How Do I...
  225. 4 Write to an initialization file=Write_to_an_initialization_file
  226. 4 Add a line to an initialization file=Add_a_line_to_an_initialization_file
  227. 4 Get integer values from an initialization file=Get_integer_values_from_an_initialization_file
  228. 4 Get string values from an initialization file=Get_string_values_from_an_initialization_file
  229. 4 Change a string in an initialization file=Change_a_string_in_an_initialization_file
  230. 4 Check if a keyname exists=Check_if_a_keyname_exists
  231. 4 Install device drivers into an initialization file=Install_device_drivers_into_an_initialization_file
  232. 4 Get all keynames in an entire section=Get_all_keynames_in_an_entire_section
  233. 1 User Interface Elements
  234. 2 Main Installation Window
  235. 3 Overview: Main Installation Window=Overview_Main_Installation_Window
  236. 3 Tell Me About...
  237. 4 The InstallScript functions for setting the main window's characteristics=The_InstallScript_functions_for_setting_the_main_window_s_characteristics
  238. 4 Using full-screen or windowed main windows=Using_full_screen_or_windowed_main_windows
  239. 4 The information gauges=The_information_gauges
  240. 4 Displaying the progress indicator=Displaying_the_progress_indicator
  241. 4 Preventing color distortion=Preventing_color_distortion
  242. 4 Placing resource files in the Setup Files pane=Placing_resource_files_in_the_IDE_s_Setup_Files_pane
  243. 3 How Do I...
  244. 4 Enable and disable user interface objects=Enable_and_disable_user_interface_objects
  245. 4 Set the background color and pattern=Set_the_background_color_and_pattern
  246. 4 Tile a bitmap across the main window=Tile_a_bitmap_across_the_main_window
  247. 4 Get a bitmap to cover the entire main window=Get_a_bitmap_to_cover_the_entire_main_window
  248. 4 Set a title for the main window=Set_a_title_for_the_main_window
  249. 4 Bring the main window to the front=Bring_the_main_window_to_the_front
  250. 4 Display special characters ((c), (r), and TM) in dialogs and titles=Display_special_characters_and_TM_in_dialogs_and_titles
  251. 4 Get the handle for the main window=Get_the_handle_for_the_main_window
  252. 4 Display a startup graphic=Display_a_startup_graphic
  253. 4 Display my company name in the startup message=Display_my_company_name_in_the_startup_message
  254. 2 Bitmaps and Billboards
  255. 3 Tell Me About...
  256. 4 The InstallScript functions for working with bitmaps=The_InstallScript_functions_for_working_with_bitmaps
  257. 4 Using metafiles (.wmf files) as images=Using_metafiles_wmf_files_as_images
  258. 4 Which graphics formats InstallShield supports=Which_graphics_formats_InstallShield_supports
  259. 4 Using transparent bitmaps=Using_transparent_bitmaps
  260. 4 Displaying bitmaps and billboards with special effects=Displaying_bitmaps_and_billboards_with_special_effects
  261. 4 Displaying billboards=Displaying_billboards
  262. 4 Displaying an alternate bitmap in Sd dialog boxes=Displaying_an_alternate_bitmap_in_Sd_dialog_boxes
  263. 4 Preventing color distortion=Preventing_color_distortion
  264. 4 Troubleshooting problems loading bitmaps=Troubleshooting_problems_loading_bitmaps
  265. 4 Placing resource files in the Setup Files pane=Placing_resource_files_in_the_IDE_s_Setup_Files_pane
  266. 3 How Do I...
  267. 4 Place bitmaps according to the target screen resolution=Place_bitmaps_according_to_the_target_screen_resolution
  268. 4 Display a bitmap in a dialog box=Display_a_bitmap_in_a_dialog_box
  269. 4 Access bitmaps during setup=Access_bitmaps_during_setup
  270. 4 Remove a bitmap=Remove_a_bitmap
  271. 4 Name my billboards=Name_my_billboards
  272. 4 Move my billboards to a different location=Move_my_billboards_to_a_different_location
  273. 4 Tile a bitmap across the main window=Tile_a_bitmap_across_the_main_window
  274. 4 Get a bitmap to cover the entire main window=Get_a_bitmap_to_cover_the_entire_main_window
  275. 4 Display a startup graphic=Display_a_startup_graphic
  276. 2 Dialog Boxes
  277. 3 Tell Me About...
  278. 4 Displaying dialog boxes in the main window=Displaying_dialog_boxes_in_the_main_window
  279. 4 Displaying the progress indicator=Displaying_the_progress_indicator
  280. 3 How Do I...
  281. 4 Display my company name in the startup message=Display_my_company_name_in_the_startup_message
  282. 4 Display and increment a progress indicator for a setup event=Display_and_increment_a_progress_indicator_for_a_setup_event
  283. 4 Specify where I want the progress indicator to display=Specify_where_I_want_the_progress_indicator_to_display
  284. 2 Multimedia Effects
  285. 3 Tell Me About...
  286. 4 Showing video during setup=Showing_video_during_setup
  287. 4 Playing sound during setup=Playing_sound_during_setup
  288. 4 The InstallScript functions for playing sound and video=The_InstallScript_functions_for_playing_sound_and_video
  289. 4 Preventing color distortion=Preventing_color_distortion
  290. 4 Placing resource files in the Setup Files pane=Placing_resource_files_in_the_IDE_s_Setup_Files_pane
  291. 3 How Do I...
  292. 4 Place video on the main window=Place_video_on_the_main_window
  293. 4 Play video while setup is running=Play_video_while_setup_is_running
  294. 4 Play background music during setup=Play_background_music_during_setup
  295. 4 Stop setup to play audio=Stop_setup_to_play_audio
  296. 1 End-user Dialog Boxes
  297. 2 Overview: Dialog Boxes=Overview_Dialog_Boxes
  298. 2 Tell Me About...
  299. 3 Tips for using Sd dialog boxes=Tips_for_using_Sd_dialog_boxes
  300. 3 Modifying built-in dialog boxes=Modifying_built_in_dialog_boxes
  301. 3 Using message boxes as debugging tools=Using_message_boxes_as_debugging_tools
  302. 3 Displaying special characters ((c) ,(r) , and TM) in dialogs and titles=Display_special_characters_and_TM_in_dialogs_and_titles
  303. 3 How InstallShield handles an exit condition=How_InstallShield_handles_an_exit_condition
  304. 3 Caching dialogs=Caching_dialogs
  305. 3 Which fonts InstallShield dialog boxes use=Which_fonts_InstallShield_dialog_boxes_use
  306. 3 Modifying Sd dialog box source files=Modifying_Sd_dialog_box_source_files
  307. 3 Displaying an alternate bitmap in Sd dialog boxes=Displaying_an_alternate_bitmap_in_Sd_dialog_boxes
  308. 3 Displaying icons in component dialogs=Displaying_icons_in_component_dialogs
  309. 2 How Do I...
  310. 3 Welcome the user=Welcome_the_user
  311. 3 Register users and confirm registration=Register_users_and_confirm_registration
  312. 3 Display messages=Display_messages
  313. 3 Get text and yes/no input=Get_text_and_yes_no_input
  314. 3 Let the end user select a destination folder=Let_the_user_select_a_destination_folder
  315. 3 Let the end user select setup types and components=Let_the_end_user_select_setup_types_and_components
  316. 3 Prompt for the next distribution disk=Prompt_for_the_next_distribution_disk
  317. 3 Display file modifications=Display_file_modifications
  318. 3 Let the end user select a program folder=Let_the_user_select_a_program_folder
  319. 3 Reboot the system=Reboot_the_system
  320. 2 Custom Dialog Boxes
  321. 3 Overview: Custom Dialog Boxes=Overview_Custom_Dialog_Boxes
  322. 3 Tell Me About...
  323. 4 Handling messages from custom dialog boxes and controls=Handling_messages_from_custom_dialog_boxes_and_controls
  324. 4 The InstallScript functions for processing controls=The_InstallScript_functions_for_processing_controls
  325. 4 Creating custom dialog boxes from Sd dialog boxes=Creating_custom_dialog_boxes_from_Sd_dialog_boxes
  326. 4 Making advanced modifications to Sd dialog boxes=Making_advanced_modifications_to_Sd_dialog_boxes
  327. 4 Troubleshooting custom dialog box errors=Troubleshooting_custom_dialog_box_errors
  328. 3 How Do I...
  329. 4 Create a custom dialog box from a template=Create_a_custom_dialog_box_from_a_template
  330. 4 Use the dialog box in a script=Use_the_dialog_box_in_a_script
  331. 4 Get the current state of a button=Get_the_current_state_of_a_button
  332. 4 Set the current state of a button=Set_the_current_state_of_a_button
  333. 4 Clear text from a combo box=Clear_text_from_a_combo_box
  334. 4 Fill a combo box control=Fill_a_combo_box_control
  335. 4 Get text from a combo box=Get_text_from_a_combo_box
  336. 4 Select text in a combo box=Select_text_in_a_combo_box
  337. 4 Set text in a combo box=Set_text_in_a_combo_box
  338. 4 Clear text from an edit box=Clear_text_from_an_edit_box
  339. 4 Get text from an edit box=Get_text_from_an_edit_box
  340. 4 Select text in an edit box=Select_text_in_an_edit_box
  341. 4 Format text in an edit box=Format_text_in_an_edit_box
  342. 4 Set text in an edit box=Set_text_in_an_edit_box
  343. 4 Clear a list box=Clear_a_list_box
  344. 4 Fill a list box=Fill_a_list_box
  345. 4 Get selected items from a list box=Get_selected_items_from_a_list_box
  346. 4 Select an option in a list box=Select_an_option_in_a_list_box
  347. 4 Set the contents of a list box=Set_the_contents_of_a_list_box
  348. 1 Program Folders and Items
  349. 2 Overview: Program Folders and Items=Overview_Program_Folders_and_Items
  350. 2 Tell Me About...
  351. 3 The Program Manager vs. the Explorer shell=The_Program_Manager_vs_the_Explorer_shell
  352. 3 The InstallScript functions for creating and modifying program folders and items=The_InstallScript_functions_for_creating_and_modifying_program_folders_and_items
  353. 3 Long file names=Long_file_names
  354. 3 Adding icons to the Control Panel=Adding_icons_to_the_Control_Panel
  355. 3 How Windows NT security permissions affect a setup=How_Windows_NT_security_permissions_affect_a_setup
  356. 2 How Do I...
  357. 3 Determine the current shell=Determine_the_current_shell
  358. 3 Get a list of program folders=Get_a_list_of_program_folders
  359. 3 Create a program folder=Create_a_program_folder
  360. 3 Delete a program folder=Delete_a_program_folder
  361. 3 Get information about a program folder=Get_information_about_a_program_folder
  362. 3 Display a program folder=Display_a_program_folder
  363. 3 Refresh a program group=Refresh_a_program_group
  364. 3 Add an item to a program folder=Add_an_item_to_a_program_folder
  365. 3 Delete an item=Delete_an_item
  366. 3 Get information about an item=Get_information_about_an_item
  367. 3 Replace an item or change its properties=Replace_an_item_or_change_its_properties
  368. 3 Set the name of an IDE-created program folder or group to a script-defined value=Set_the_name_of_an_IDE_created_program_folder_or_group_to_a_script_defined_value
  369. 1 Extensibility
  370. 2 Overview: Extensibility=Extensibility
  371. 2 Tell Me About...
  372. 3 Requirements for external functions=Requirements_for_external_functions
  373. 2 How Do I...
  374. 3 Call a DLL function=Call_a_DLL_function
  375. 3 Call a Windows API=Call_a_Windows_API
  376. 3 Launch another setup=Launch_another_setup
  377. 3 Launch another application=Launch_another_application
  378. 1 unInstallShield
  379. 2 Overview: unInstallShield=Overview_unInstallShield
  380. 2 Tell Me About...
  381. 3 unInstallShield's executable files=unInstallShield_s_executable_files
  382. 3 The uninstallation log file=The_uninstallation_log_file
  383. 3 What gets logged for uninstallation=What_gets_logged_for_uninstallation
  384. 3 The command line parameters available for unInstallShield=The_command_line_parameters_available_for_unInstallShield
  385. 3 Uninstalling initialization (.ini) file entries=Uninstalling_initialization_ini_file_entries
  386. 3 How Windows NT security permissions affect uninstallation=How_Windows_NT_security_permissions_affect_uninstallation
  387. 3 Installing self-registering files=Installing_self_registering_files
  388. 3 Installing shared files=Installing_shared_files
  389. 2 How Do I...
  390. 3 Launch unInstallShield=Launch_unInstallShield
  391. 3 Prepare my setup for uninstallation=Prepare_my_setup_for_uninstallation
  392. 3 Call a custom DLL function from unInstallShield=Call_a_custom_DLL_function_from_unInstallShield
  393. 3 Prevent unInstallShield from removing a running application=Prevent_unInstallShield_from_removing_a_running_application
  394. 1 Building Distribution Media
  395. 2 Overview: Building Distribution Media=Overview_Building_Distribution_Media
  396. 2 Tell Me About...
  397. 3 Redistributable files=Redistributable_files
  398. 3 ISBuild.exe=ISBuild.exe
  399. 2 How Do I...
  400. 3 Specify a location for my media files=Specify_a_location_for_my_media_files
  401. 3 Place product version and company information on my distribution media=Place_product_version_and_company_information_on_my_distribution_media
  402. 3 Leave extra space on one of my disks so I can add a file later=Leave_extra_space_on_one_of_my_disks_so_I_can_add_a_file_later
  403. 3 Leave all files uncompressed on my CD-ROM=Leave_all_files_uncompressed_on_my_CD_ROM
  404. 3 Specify a custom size for my distribution media=Specify_a_custom_size_for_my_distribution_media
  405. 3 Set the time stamp on my setup or data files=Set_the_time_stamp_on_my_setup_or_data_files
  406. 3 Copy my media files to the actual media=Copy_my_media_files_to_the_actual_media
  407. 3 Password-protect the entire file media library=Password_protect_my_entire_media_library
  408. 3 Create a single executable file for distribution=Create_a_single_executable_file_for_distribution
  409. 3 Create a time-locked evaluation copy of my distribution=Create_a_time_locked_evaluation_copy_of_my_distribution
  410. 1 Localization
  411. 2 Overview: Localization=Overview_Localization
  412. 2 Tell Me About...
  413. 3 Tips for internationalizing a setup=Tips_for_internationalizing_a_setup
  414. 3 How InstallShield determines which language the setup should run in=How_InstallShield_determines_which_language_the_setup_should_run_in
  415. 3 Placing resource files in the Setup Files pane=Placing_resource_files_in_the_IDE_s_Setup_Files_pane
  416. 3 Filtering language-dependent files based on the target system's language=Filter_language_dependent_files_based_on_the_target_system_s_language
  417. 3 Language IDs=Language_IDs@langref.hlp
  418. 3 Determining the default language of the target system=Determining_the_default_language_of_the_target_system
  419. 2 How Do I...
  420. 3 Choose which languages I want to include in my project=Choose_which_languages_I_want_to_include_in_my_project
  421. 3 Specify which languages I want to include in my built setup=Specify_which_languages_I_want_to_include_in_my_built_setup
  422. 3 Set a default language for my setup=Set_a_default_language_for_my_setup
  423. 3 Let my user select which language the setup should run in=Let_my_user_select_which_language_the_setup_should_run_in
  424. 3 Include my language-specific resource files=Include_my_language_specific_resource_files
  425. 3 Include localized InstallShield files=Include_localized_InstallShield_files
  426. 3 Filter language-dependent application files=Filter_language_dependent_application_files
  427. 3 Create a string table for each supported language=Create_a_string_table_for_each_supported_language
  428. 3 Display a startup graphic=Display_a_startup_graphic
  429. 1 InstallShield IDE Reference
  430. 2 Windows
  431. 3 InstallShield main window=InstallShield4_main_window@interfac.hlp 
  432. 3 Output window=Output_window@interfac.hlp 
  433. 3 Projects window=Project_window@interfac.hlp 
  434. 3 Project workspace=Installation_elements_window@interfac.hlp 
  435. 3 Component Properties window=Component_Properties_window@interfac.hlp 
  436. 3 Disk Images window=Media_build_Disk_Images_disk_window@INTERFAC.HLP>main
  437. 3 File Group Links window=Files_window@INTERFAC.HLP>main
  438. 3 File Group Properties window=File_Group_Properties_window@interfac.hlp 
  439. 3 Folders window=Shell_Objects_Folders_window@interfac.hlp 
  440. 3 Registry Entries window=Registry_Entries_window@interfac.hlp 
  441. 3 Resources window=Resources_window@INTERFAC.HLP>main
  442. 3 Setup Files window=Setup_Files_window@interfac.hlp 
  443. 3 Setup Types window=Setup_Type_window@INTERFAC.HLP>main
  444. 3 Shortcuts window=Shell_Objects_Shortcuts_window@interfac.hlp 
  445. 3 String Table window=Strings_window@interfac.hlp 
  446. 2 Property Sheets
  447. 3 Advanced Build Type Property Sheet
  448. 4 Overview: Advanced Build Type property sheet=Advanced_Build_Type_property_sheet@INTERFAC.HLP>main
  449. 4 Build Location=Build_Location@interfac.hlp 
  450. 4 Date/Time=Date_Time@interfac.hlp 
  451. 4 Disk Information=Disk_Information@interfac.hlp 
  452. 4 Password=Password_ABT@interfac.hlp 
  453. 4 Setup=Setup@interfac.hlp 
  454. 3 Components Property Sheet
  455. 4 Overview: Components property sheet=Components_property_sheet@INTERFAC.HLP>main
  456. 4 Comment=Comment@interfac.hlp 
  457. 4 Description=Description@interfac.hlp 
  458. 4 Destination=Target@interfac.hlp 
  459. 4 Display Text=Display_Text@interfac.hlp 
  460. 4 Encryption=Encrypt@interfac.hlp 
  461. 4 File Groups=Included_File_Groups@interfac.hlp 
  462. 4 File Need=File_Need@interfac.hlp 
  463. 4 FTP Location=FTP_Location_page_Component_Properties_sheet@INTERFAC.HLP>main
  464. 4 HTTP Location=HTTP_Location_page_Component_Properties_sheet@INTERFAC.HLP>main
  465. 4 Include in Build=Include_in_Build@interfac.hlp 
  466. 4 Miscellaneous=Miscellaneous_page_Component_Properties_sheet@INTERFAC.HLP>main
  467. 4 Overwrite=Installation@interfac.hlp 
  468. 4 Password=Password@interfac.hlp 
  469. 4 Required Components=Required_Components@interfac.hlp 
  470. 4 Status Text=Status_Text@interfac.hlp 
  471. 4 TargetDir (CD-ROM)=TargetDir__CD_ROM_@interfac.hlp 
  472. 4 Visible=Visible@interfac.hlp 
  473. 3 File Groups Property Sheet
  474. 4 Overview: File Groups property sheet=File_Groups_property_sheet@INTERFAC.HLP>main
  475. 4 Comment=Comment_YD@interfac.hlp 
  476. 4 Compressed=Compressed@interfac.hlp 
  477. 4 FTP Location=FTP_Location_page_File_Group_Properties_sheet@INTERFAC.HLP>main
  478. 4 HTTP Location=HTTP_Location_page_File_Group_Properties_sheet@INTERFAC.HLP>main
  479. 4 Language(s)=Languages@interfac.hlp 
  480. 4 Miscellaneous=Miscellaneous_page_File_Group_Properties_sheet@INTERFAC.HLP>main
  481. 4 Operating System(s)=Operating_System_s_@interfac.hlp 
  482. 4 Potentially Locked=Potentially_Locked@interfac.hlp 
  483. 4 Self Registered=Self_Registered@interfac.hlp 
  484. 4 Shared=Shared@interfac.hlp 
  485. 3 Folder Property Sheet
  486. 4 Comment=Comment_page_Shell_Object_Properties_sheet@interfac.hlp 
  487. 4 Folder=Folder_page_Shell_Object_Properties_sheet@interfac.hlp 
  488. 3 Group Property Sheet
  489. 4 Comment=Comment_page_Shell_Object_Properties_sheet@interfac.hlp 
  490. 4 Group=Group_Properties_sheet@interfac.hlp 
  491. 3 Icon Property Sheet
  492. 4 Comment=Comment_page_Shell_Object_Properties_sheet@interfac.hlp 
  493. 4 File Group=File_Group_page_Shell_Object_Properties_sheet@interfac.hlp 
  494. 4 Icon=Icon_Properties_sheet@interfac.hlp 
  495. 3 Registry Entry Property Sheet
  496. 4 File Group=File_Group_page_Registry_Entry_Properties_sheet@interfac.hlp 
  497. 4 General=General_page_Registry_Entry_Properties_sheet@interfac.hlp 
  498. 3 Setup Property Sheet
  499. 4 Overview: Setup property sheet=Setup_Properties_sheet@INTERFAC.HLP>main
  500. 4 General=General_page_Installation_Properties_sheet@INTERFAC.HLP>main
  501. 4 Info=Info_page_Installation_Properties_sheet@INTERFAC.HLP>main
  502. 4 Instructions=Instructions_page_Installation_Properties_sheet@INTERFAC.HLP>main
  503. 4 Language=Language_page_Installation_Properties_sheet@INTERFAC.HLP>main
  504. 4 Operating Systems=Operating_Systems_page_Installation_Properties_sheet@INTERFAC.HLP>main
  505. 4 Owner=Owner_page_Installation_Properties_sheet@INTERFAC.HLP>main
  506. 3 Shortcut Property Sheet
  507. 4 Comment=Comment_page_Shell_Object_Properties_sheet@interfac.hlp 
  508. 4 File Group=File_Group_page_Shell_Object_Properties_sheet@interfac.hlp 
  509. 4 Shortcut=Shortcut_page_Shell_Object_Properties_sheet@interfac.hlp 
  510. 2 Dialogs
  511. 3 About InstallShield=About_InstallShield_dialog_box@INTERFAC.HLP>main
  512. 3 Add File Group=Add_File_Group@interfac.hlp 
  513. 3 Add Language=Add_Language_dialog_box@INTERFAC.HLP>main
  514. 3 Add Platform=Add_Platform_dialog_box@INTERFAC.HLP>main
  515. 3 Add/Modify String Entry=Modify_String_Entry_dialog_box@INTERFAC.HLP>main
  516. 3 Delete Project=Delete_Setup@INTERFAC.HLP>main
  517. 3 Disk Size Reserved=Disk_Size_Reserved@INTERFAC.HLP>main
  518. 3 Edit Binary Value=Edit_Binary_Value_dialog_box@interfac.hlp 
  519. 3 Edit DWORD Value=Edit_DWORD_Value_dialog_box@interfac.hlp 
  520. 3 Edit String=Edit_String_dialog_box@interfac.hlp 
  521. 3 Find=Find_dialog_box@INTERFAC.HLP>main
  522. 3 Go To Line=Go_To_Line_dialog_box@INTERFAC.HLP>main
  523. 3 Media Library Report=Media_Library_Report_dialog_box@INTERFAC.HLP>main
  524. 3 Print Progress=AFX_HIDD_PRINTDLG@INTERFAC.HLP>main
  525. 3 Product Files=Product_Files_dialog_box@INTERFAC.HLP>main
  526. 3 Replace=Replace_dialog_box@INTERFAC.HLP>main
  527. 3 Set Password=Set_Password_dialog_box@INTERFAC.HLP>main
  528. 3 Setup Type=Setup_Type_dialog_box@INTERFAC.HLP>main
  529. 3 String Entry=String_Entry@interfac.hlp 
  530. 3 New
  531. 4 Overview: New dialog box=New_dialog_box@INTERFAC.HLP>main
  532. 4 General tab=General_tab_New_dialog@INTERFAC.HLP>main
  533. 4 Projects tab=Projects_tab_New_dialog@INTERFAC.HLP>main
  534. 4 Template tab=Template_tab_New_dialog@INTERFAC.HLP>main
  535. 3 Options
  536. 4 Overview: Options dialog box=Options_dialog_box@INTERFAC.HLP>main
  537. 4 Edit tab=Edit_tab_Options_dialog@INTERFAC.HLP>main
  538. 4 Format tab=Format_tab_Options_dialog@INTERFAC.HLP>main
  539. 4 Keys tab=Keys_tab_Options_dialog@INTERFAC.HLP>main
  540. 4 Project Location tab=Project_Location_tab_Options_dialog_box@INTERFAC.HLP>main
  541. 4 Tabs tab=Tabs_tab_Options_dialog@INTERFAC.HLP>main
  542. 3 Setup Settings
  543. 4 Overview: Setup Settings dialog box=Setup_Settings_dialog_box@INTERFAC.HLP>main
  544. 4 Compile tab=Compile_tab_Setup_Settings_dialog_box@INTERFAC.HLP>main
  545. 4 Run/Debug tab=Run_Debug_tab_Setup_Settings_dialog_box@INTERFAC.HLP>main
  546. 2 Wizards
  547. 3 Component Wizard
  548. 4 Overview: Component Wizard=Component_Wizard@INTERFAC.HLP>main
  549. 4 Component Name=Component_Name@interfac.hlp 
  550. 4 Files and Subcomponents=Files_and_Subcomponents@interfac.hlp 
  551. 3 Function Wizard
  552. 4 Overview: Function Wizard=Function_Wizard@INTERFAC.HLP>main
  553. 4 Function Name=Function_Name@interfac.hlp 
  554. 4 Function Parameters=Function_Parameters@interfac.hlp 
  555. 3 Media Build Wizard
  556. 4 Overview: Media Build Wizard=In_the_MediaBuild_wizard@interfac.hlp 
  557. 4 Build Type=Build_Type_dialog@interfac.hlp 
  558. 4 Building Media...=Building_Media_panel_Media_Build_Wizard@INTERFAC.HLP>main
  559. 4 Disk ID=Disk_ID_panel_Media_Build_Wizard@INTERFAC.HLP>main
  560. 4 Disk Type=Disk_Type@interfac.hlp 
  561. 4 Languages=Language_Support@interfac.hlp 
  562. 4 Media Name=Name@interfac.hlp 
  563. 4 Platforms=Platform_Support@interfac.hlp 
  564. 4 Summary=Summary_SW@INTERFAC.HLP>main
  565. 4 Tag File=Tag_File_Information@interfac.hlp 
  566. 3 Project Wizard
  567. 4 Overview: Project Wizard=Setup_Wizard@INTERFAC.HLP>main
  568. 4 Choose Dialogs=Choose_Dialogs@interfac.hlp 
  569. 4 Choose Target Platforms=Choose_Target_Platforms@interfac.hlp 
  570. 4 Specify Components=Specify_Components@interfac.hlp 
  571. 4 Specify File Groups=Specify_File_Groups@interfac.hlp 
  572. 4 Specify Languages=Specify_Languages@interfac.hlp 
  573. 4 Specify Setup Types=Specify_Setup_Types@interfac.hlp 
  574. 4 Summary=Summary_SW@interfac.hlp 
  575. 4 Welcome=Welcome@interfac.hlp 
  576. 3 Send Media Wizard
  577. 4 Overview: Send Media Wizard=Send_Media_Wizard@INTERFAC.HLP>main
  578. 4 Select Media=Select_Media_panel_SendMedia_Wizard@INTERFAC.HLP>main
  579. 4 Select Removable Drive=Select_Removable_Drive_panel_SendMedia_Wizard@INTERFAC.HLP>main
  580. 4 Select Type=Select_Type_panel_SendMedia_Wizard@INTERFAC.HLP>main
  581. 4 Status=Status_panel_SendMedia_Wizard@INTERFAC.HLP>main
  582. 4 Target Folder=Target_Folder_panel_SendMedia_Wizard@INTERFAC.HLP>main
  583. 2 Script Editor
  584. 3 What's new=What_s_New@seditor.hlp
  585. 3 How Do I...
  586. 4 Open and save a file=Open_and_save_a_file@seditor.hlp
  587. 4 Check the cursor position=Check_the_cursor_position@seditor.hlp
  588. 4 Print a file=Print_a_file@seditor.hlp
  589. 4 Use the Function Wizard=Use_the_Function_Wizard@seditor.hlp
  590. 4 Change Script Editor Options=Change_Script_Editor_Options@seditor.hlp
  591. 3 Editing Commands
  592. 4 Commands=Commands@seditor.hlp
  593. 3 Reference
  594. 4 Syntax coloring=Syntax_coloring@seditor.hlp
  595. 4 Line markers=Line_markers@seditor.hlp
  596. 4 Bookmarks=Bookmarks@seditor.hlp
  597. 2 Visual Debugger
  598. 3 Visual Debugger
  599. 4 What's new=What_s_New@debug.hlp
  600. 4 What the debugger does (and doesn't) do=What_the_Debugger_does_and_doesn_t_do@debug.hlp
  601. 4 Planning ahead for debugging=Planning_ahead_for_debugging@debug.hlp
  602. 4 Preparing for debugging=Preparing_for_debugging@debug.hlp
  603. 4 Debugging practice session=Debugging_practice_session@debug.hlp
  604. 4 Types of errors the debugger will help you find=Types_of_errors_the_debugger_will_help_you_find@debug.hlp
  605. 4 Strategies for debugging routines=Strategies_for_debugging_routines@debug.hlp
  606. 4 Using breakpoints with Go, Step In and Step Over=Using_Breakpoints_with_Go_StepIn_and_StepOver@debug.hlp
  607. 3 Tell Me About...
  608. 4 The Debugger's interface=The_Debugger_s_interface@debug.hlp
  609. 4 Color syntax highlighting=Color_syntax_highlighting@debug.hlp
  610. 4 Setting and deleting breakpoints=Setting_and_Deleting_Breakpoints@debug.hlp
  611. 4 Setting and deleting variables=Setting_and_Deleting_Variables@debug.hlp
  612. 4 Using the debugger with the script editor=Using_the_debugger_with_the_script_editor@debug.hlp
  613. 3 How Do I...
  614. 4 Actually watch the variables change=How_do_I_actually_watch_the_variables_change@DEBUG.HLP>procedur
  615. 4 Watch return values from built-in functions=Watch_return_values_from_built_in_functions@DEBUG.HLP>procedur
  616. 4 Choose variables to watch=How_do_I_choose_variables_to_watch@DEBUG.HLP>procedur
  617. 4 Spot-check one variable=How_do_I_spot_check_one_variable@DEBUG.HLP>procedur
  618. 4 Manually change variables' values=How_do_I_manually_change_variables_values@DEBUG.HLP>procedur
  619. 4 Set a breakpoint with my mouse=How_do_I_set_a_breakpoint_with_my_mouse@DEBUG.HLP>procedur
  620. 4 Debug my setup on a different machine=Debug_my_setup_on_a_different_machine@DEBUG.HLP>procedur
  621. 4 Cope with problems using the debugger=Problems_Using_the_Debugger@DEBUG.HLP>procedur
  622. 3 Troubleshooting Common Errors
  623. 4 Displaying custom dialog boxes=Displaying_custom_dialog_boxes@debug.hlp
  624. 4 Running SCANDISK=Running_SCANDISK@debug.hlp
  625. 4 Creating program folders and icons=Creating_program_folders_and_icons@debug.hlp
  626. 4 Switching disks=Switching_disks@debug.hlp
  627. 3 Customer Concerns
  628. 4 Before you call us=Before_you_call_us@debug.hlp
  629. 4 Display drivers=Display_drivers@debug.hlp
  630. 4 Anti-virus programs=Anti_virus_programs@debug.hlp
  631. 2 Main Window Menus
  632. 3 Control
  633. 3 Build
  634. 4 Compile command=Compile_command_Build_menu@interfac.hlp 
  635. 4 Debug Setup command=Debug_Setup_command_Build_menu@interfac.hlp 
  636. 4 Media Build Wizard... command=Build_Media_command_Build_menu@interfac.hlp 
  637. 4 Run Setup command=Run_Setup_command_Build_menu@interfac.hlp 
  638. 4 Send Media To... command=Send_Media_to_command_Build_menu@interfac.hlp 
  639. 4 Settings... command=Settings_command_Build_menu@interfac.hlp 
  640. 3 Edit
  641. 4 Copy command=HID_EDIT_COPY@interfac.hlp 
  642. 4 Cut command=HID_EDIT_CUT@interfac.hlp 
  643. 4 Find... command=HID_EDIT_FIND@INTERFAC.HLP>main
  644. 4 Go To... command=Go_To_command_Edit_menu@interfac.hlp 
  645. 4 Paste command=HID_EDIT_PASTE@interfac.hlp 
  646. 4 Properties command=Properties_command_Edit_menu@interfac.hlp 
  647. 4 Replace... command=Replace_command_Edit_menu@interfac.hlp 
  648. 4 Undo command=HID_EDIT_UNDO@interfac.hlp 
  649. 3 File
  650. 4 Close command=HID_FILE_CLOSE@interfac.hlp 
  651. 4 Exit command=HID_APP_EXIT@interfac.hlp 
  652. 4 New command=HID_FILE_NEW@interfac.hlp 
  653. 4 Open command=HID_FILE_OPEN@interfac.hlp 
  654. 4 Print command=HID_FILE_PRINT@interfac.hlp 
  655. 4 Print Setup command=HID_FILE_PRINT_SETUP@interfac.hlp 
  656. 4 Save command=HID_FILE_SAVE@interfac.hlp 
  657. 3 Help
  658. 4 About InstallShield... command=HID_APP_ABOUT@interfac.hlp 
  659. 4 Getting Started command=Getting_Started_command_Help_menu@INTERFAC.HLP>main
  660. 4 Getting Results command=Getting_Results_command_Help_menu@interfac.hlp 
  661. 4 Help Library command=Help_Library_command_Help_menu@INTERFAC.HLP>main
  662. 4 Language Reference command=Language_Reference_command_Help_menu@interfac.hlp 
  663. 4 Quick Preview command=Quick_Tour_command_Help_menu@INTERFAC.HLP>main
  664. 4 Readme... command=Readme_command_Help_menu@INTERFAC.HLP>main
  665. 4 InstallShield on the Web
  666. 5 Frequently Asked Questions command=Frequently_Asked_Questions_command_Help_menu@INTERFAC.HLP>main
  667. 5 InstallShield Home Page command=InstallShield_Home_Page_command_Help_menu@INTERFAC.HLP>main
  668. 5 Online Support command=Online_Support_command_Help_menu@INTERFAC.HLP>main
  669. 5 Product News command=Product_News_command_Help_menu@INTERFAC.HLP>main
  670. 5 Register InstallShield command=Register_InstallShield_command_Help_menu@INTERFAC.HLP>main
  671. 5 Send Feedback... command=Send_Feedback_command_Help_menu@INTERFAC.HLP>main
  672. 3 Insert
  673. 4 File into Script Files... command=File_into_Script_Files_command_Insert_menu@interfac.hlp 
  674. 4 File into Setup Files... command=File_into_Setup_Files_command_Insert_menu@interfac.hlp 
  675. 4 Links into File Groups... command=Links_into_File_Groups_command_Insert_menu@INTERFAC.HLP>main
  676. 3 Tools
  677. 4 Dialog Sampler... command=Dialog_Sampler_command_Tools_menu@INTERFAC.HLP>main
  678. 4 Launch Explorer... command=Launch_Explorer_command_Tools_menu@INTERFAC.HLP>main
  679. 4 Options... command=Options_command_Tools_menu@INTERFAC.HLP>main
  680. 3 View
  681. 4 Output command=Output_command_View_menu@interfac.hlp 
  682. 4 Project Workspace command=Installations_command_View_menu@interfac.hlp 
  683. 4 Projects command=Projects_command_View_menu@INTERFAC.HLP>main
  684. 4 Status Bar Command=HID_VIEW_STATUS_BAR@interfac.hlp 
  685. 4 Toolbar command=HID_VIEW_TOOLBAR@interfac.hlp 
  686. 3 Window
  687. 4 1, 2, ... command=HID_WINDOW_ALL@INTERFAC.HLP>main
  688. 4 Arrange Icons command=HID_WINDOW_ARRANGE@INTERFAC.HLP>main
  689. 4 Cascade command=HID_WINDOW_CASCADE@INTERFAC.HLP>main
  690. 4 Close All command=Close_All_command_Window_menu@INTERFAC.HLP>main
  691. 4 New Window command=HID_WINDOW_NEW@INTERFAC.HLP>main
  692. 4 Tile command=HID_WINDOW_TILE@INTERFAC.HLP>main
  693. 2 Popup Menus
  694. 3 Components pane popup menu=Components_pane@interfac.hlp 
  695. 3 File Groups pane popup menu=File_Groups_pane@interfac.hlp 
  696. 3 Media pane popup menu=Media_pane@interfac.hlp 
  697. 3 Setup Type pane popup menu=Setup_Type_pane@interfac.hlp 
  698. 3 Scripts pane popup menu=Source_pane@interfac.hlp 
  699. 3 Output window popup menu=Output_window_menu@INTERFAC.HLP>main
  700. 3 Projects window popup menu=Projects_window@interfac.hlp 
  701. 3 Component Properties window popup menu=Component_Properties_window_menu@interfac.hlp 
  702. 3 File Group Properties window popup menu=File_Group_Properties_window_menu@interfac.hlp 
  703. 3 Setup Files window popup menu=Setup_Files_window_menu@interfac.hlp 
  704. 3 Strings window popup menu=Strings_window_menu@interfac.hlp
  705.